Skip to content

Pluto 1423 refactor#154

Merged
franciscoovazevedo merged 2 commits intopluto-1423-init-flags-analyzefrom
pluto-1423-refactor
Jun 18, 2025
Merged

Pluto 1423 refactor#154
franciscoovazevedo merged 2 commits intopluto-1423-init-flags-analyzefrom
pluto-1423-refactor

Conversation

@andrzej-janczak
Copy link
Copy Markdown
Contributor

No description provided.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Jun 18, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.01% 5.26%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (318e062) 5510 1453 26.37%
Head commit (ebe3865) 5512 (+2) 1453 (+0) 26.36% (-0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#154) 19 1 5.26%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

- Introduced a new constants package to store tool configuration file names, reducing duplication across the codebase.
- Updated references in the analyze and config setup files to use the new constants for improved maintainability.
- Adjusted tests to align with the new constants structure, ensuring consistency in tool configuration handling.
@franciscoovazevedo franciscoovazevedo merged commit b220b5f into pluto-1423-init-flags-analyze Jun 18, 2025
10 checks passed
@franciscoovazevedo franciscoovazevedo deleted the pluto-1423-refactor branch June 18, 2025 08:13
franciscoovazevedo pushed a commit that referenced this pull request Jun 23, 2025
* Refactor: Centralize tool configuration file names into constants

- Introduced a new constants package to store tool configuration file names, reducing duplication across the codebase.
- Updated references in the analyze and config setup files to use the new constants for improved maintainability.
- Adjusted tests to align with the new constants structure, ensuring consistency in tool configuration handling.

* fix test
franciscoovazevedo pushed a commit that referenced this pull request Jun 30, 2025
* Refactor: Centralize tool configuration file names into constants

- Introduced a new constants package to store tool configuration file names, reducing duplication across the codebase.
- Updated references in the analyze and config setup files to use the new constants for improved maintainability.
- Adjusted tests to align with the new constants structure, ensuring consistency in tool configuration handling.

* fix test
franciscoovazevedo added a commit that referenced this pull request Jun 30, 2025
… - PLUTO-1423 (#153)

* analyze now receives initFlags and fetches config file if non existent

* added test

* code review changes

* fix test

* Pluto 1423 refactor (#154)

* Refactor: Centralize tool configuration file names into constants

- Introduced a new constants package to store tool configuration file names, reducing duplication across the codebase.
- Updated references in the analyze and config setup files to use the new constants for improved maintainability.
- Adjusted tests to align with the new constants structure, ensuring consistency in tool configuration handling.

* fix test

* fetching default configs in local mode

* fixed test

* fixing tests and adding logs

* fixing eslint tests

* fixing pylint tests

* rebase

---------

Co-authored-by: Andrzej Janczak <122018786+andrzej-janczak@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants